Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_defined_functions
get_defined_functions
Returns an array of all defined functions
Name:
get_defined_functions
Category:
Function processing
Programming Language:
php
One-line Description:
Returns an array of all defined functions
Related
How to Use get_defined_functions to List All PHP Built-in and User-defined Functions?
2
get_defined_functions Function Usage: A Detailed Guide Even PHP Beginners Can Understand
4
Similar Functions
forward_static_call
forward_static_call
Callingstaticmethods
func_num_args
func_num_args
Returnsthenumberofpa
unregister_tick_function
unregister_tick_function
Unregisterthefunctio
get_defined_functions
get_defined_functions
Returnsanarrayofalld
register_tick_function
register_tick_function
Registeranexecutionf
create_function
create_function
Createananonymous(la
forward_static_call_array
forward_static_call_array
Callstaticmethodsand
register_shutdown_function
register_shutdown_function
Registerafunctiontha
Popular Articles
get_defined_functions Function Usage: A Detailed Guide Even PHP Beginners Can Understand
How to Use get_defined_functions to List All PHP Built-in and User-defined Functions?